﻿2026-07-09T09:30:03.6245023Z ##[group]Run set -euo pipefail
2026-07-09T09:30:03.6245390Z [36;1mset -euo pipefail[0m
2026-07-09T09:30:03.6245638Z [36;1mPIN=0c95435[0m
2026-07-09T09:30:03.6245861Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-09T09:30:03.6246141Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-09T09:30:03.6246509Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-09T09:30:03.6246965Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-09T09:30:03.6247471Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-09T09:30:03.6247876Z [36;1m  rm -rf "$CACHE"[0m
2026-07-09T09:30:03.6248134Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-09T09:30:03.6248416Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-09T09:30:03.6248763Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-09T09:30:03.6249219Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-09T09:30:03.6249506Z [36;1mfi[0m
2026-07-09T09:30:03.6249802Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-09T09:30:03.6266574Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-09T09:30:03.6266896Z env:
2026-07-09T09:30:03.6267104Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-09T09:30:03.6267357Z ##[endgroup]
2026-07-09T09:30:03.9712243Z    Compiling proc-macro2 v1.0.106
2026-07-09T09:30:03.9712910Z    Compiling unicode-ident v1.0.24
2026-07-09T09:30:03.9713454Z    Compiling quote v1.0.45
2026-07-09T09:30:03.9713974Z    Compiling libc v0.2.186
2026-07-09T09:30:03.9715034Z    Compiling serde_core v1.0.228
2026-07-09T09:30:03.9715515Z    Compiling cfg-if v1.0.4
2026-07-09T09:30:03.9747481Z    Compiling serde v1.0.228
2026-07-09T09:30:03.9804546Z    Compiling log v0.4.32
2026-07-09T09:30:03.9864907Z    Compiling pin-project-lite v0.2.17
2026-07-09T09:30:03.9865924Z    Compiling portable-atomic v1.13.1
2026-07-09T09:30:03.9889568Z    Compiling typenum v1.20.1
2026-07-09T09:30:03.9961739Z    Compiling memchr v2.8.1
2026-07-09T09:30:04.0004365Z    Compiling version_check v0.9.5
2026-07-09T09:30:04.0005782Z    Compiling critical-section v1.2.0
2026-07-09T09:30:04.0006446Z    Compiling find-msvc-tools v0.1.9
2026-07-09T09:30:04.0559752Z    Compiling shlex v2.0.1
2026-07-09T09:30:04.1047443Z    Compiling bytes v1.11.1
2026-07-09T09:30:04.1179769Z    Compiling futures-core v0.3.32
2026-07-09T09:30:04.2015234Z    Compiling subtle v2.6.1
2026-07-09T09:30:04.2762405Z    Compiling equivalent v1.0.2
2026-07-09T09:30:04.3289130Z    Compiling smallvec v1.15.1
2026-07-09T09:30:04.3537857Z    Compiling itoa v1.0.18
2026-07-09T09:30:04.3612412Z    Compiling semver v1.0.28
2026-07-09T09:30:04.3853129Z    Compiling stable_deref_trait v1.2.1
2026-07-09T09:30:04.4027793Z    Compiling futures-io v0.3.32
2026-07-09T09:30:04.4381696Z    Compiling futures-sink v0.3.32
2026-07-09T09:30:04.4762257Z    Compiling slab v0.4.12
2026-07-09T09:30:04.5443286Z    Compiling futures-task v0.3.32
2026-07-09T09:30:04.5833102Z    Compiling futures-channel v0.3.32
2026-07-09T09:30:04.6090834Z    Compiling generic-array v0.14.7
2026-07-09T09:30:04.6702968Z    Compiling rand_core v0.10.1
2026-07-09T09:30:04.6718306Z    Compiling hashbrown v0.17.1
2026-07-09T09:30:04.6748626Z    Compiling bitflags v2.12.1
2026-07-09T09:30:04.7000907Z    Compiling rustversion v1.0.22
2026-07-09T09:30:04.7840797Z    Compiling rustc_version v0.4.1
2026-07-09T09:30:04.8177122Z    Compiling getrandom v0.4.2
2026-07-09T09:30:04.8651563Z    Compiling cpufeatures v0.2.17
2026-07-09T09:30:04.8890663Z    Compiling fnv v1.0.7
2026-07-09T09:30:04.9270119Z    Compiling cfg_aliases v0.2.1
2026-07-09T09:30:04.9443137Z    Compiling strsim v0.11.1
2026-07-09T09:30:04.9688181Z    Compiling litemap v0.8.2
2026-07-09T09:30:04.9930799Z    Compiling writeable v0.6.3
2026-07-09T09:30:05.0301438Z    Compiling dunce v1.0.5
2026-07-09T09:30:05.1050254Z    Compiling fs_extra v1.3.0
2026-07-09T09:30:05.1203689Z    Compiling icu_normalizer_data v2.2.0
2026-07-09T09:30:05.1890448Z    Compiling ident_case v1.0.1
2026-07-09T09:30:05.2330821Z    Compiling utf8_iter v1.0.4
2026-07-09T09:30:05.2803391Z    Compiling icu_properties_data v2.2.0
2026-07-09T09:30:05.2910357Z    Compiling percent-encoding v2.3.2
2026-07-09T09:30:05.2951716Z    Compiling autocfg v1.5.1
2026-07-09T09:30:05.4611748Z    Compiling http v1.4.1
2026-07-09T09:30:05.5526662Z    Compiling aws-lc-rs v1.17.0
2026-07-09T09:30:05.5593110Z    Compiling thiserror v2.0.18
2026-07-09T09:30:05.6138421Z    Compiling unicode-segmentation v1.13.3
2026-07-09T09:30:05.6358029Z    Compiling syn v2.0.117
2026-07-09T09:30:05.6387612Z    Compiling cpufeatures v0.3.0
2026-07-09T09:30:05.6990648Z    Compiling indexmap v2.14.0
2026-07-09T09:30:05.7090441Z    Compiling scopeguard v1.2.0
2026-07-09T09:30:05.7309357Z    Compiling chacha20 v0.10.0
2026-07-09T09:30:05.7880584Z    Compiling form_urlencoded v1.2.2
2026-07-09T09:30:05.7950504Z    Compiling untrusted v0.9.0
2026-07-09T09:30:05.8417217Z    Compiling lock_api v0.4.14
2026-07-09T09:30:05.8620652Z    Compiling rustls v0.23.40
2026-07-09T09:30:05.8900620Z    Compiling heck v0.5.0
2026-07-09T09:30:05.9050879Z    Compiling unicode-xid v0.2.6
2026-07-09T09:30:06.0416401Z    Compiling const-oid v0.10.2
2026-07-09T09:30:06.0610439Z    Compiling atomic-waker v1.1.2
2026-07-09T09:30:06.0640412Z    Compiling anyhow v1.0.102
2026-07-09T09:30:06.1014560Z    Compiling zerocopy v0.8.50
2026-07-09T09:30:06.1450308Z    Compiling paste v1.0.15
2026-07-09T09:30:06.1550457Z    Compiling convert_case v0.10.0
2026-07-09T09:30:06.1973350Z    Compiling httparse v1.10.1
2026-07-09T09:30:06.1974881Z    Compiling parking_lot_core v0.9.12
2026-07-09T09:30:06.1975356Z    Compiling num-traits v0.2.19
2026-07-09T09:30:06.2720558Z    Compiling hybrid-array v0.4.12
2026-07-09T09:30:06.3288392Z    Compiling crypto-common v0.1.7
2026-07-09T09:30:06.3482845Z    Compiling block-buffer v0.10.4
2026-07-09T09:30:06.4293332Z    Compiling jobserver v0.1.34
2026-07-09T09:30:06.4605939Z    Compiling curve25519-dalek v4.1.3
2026-07-09T09:30:06.4821576Z    Compiling ahash v0.8.12
2026-07-09T09:30:06.4894432Z    Compiling digest v0.10.7
2026-07-09T09:30:06.5300586Z    Compiling base64ct v1.8.3
2026-07-09T09:30:06.5500386Z    Compiling either v1.16.0
2026-07-09T09:30:06.5640764Z    Compiling fastrand v2.4.1
2026-07-09T09:30:06.6940534Z    Compiling powerfmt v0.2.0
2026-07-09T09:30:06.8411580Z    Compiling cc v1.2.63
2026-07-09T09:30:06.8600334Z    Compiling pem-rfc7468 v1.0.0
2026-07-09T09:30:06.9560880Z    Compiling deranged v0.5.8
2026-07-09T09:30:06.9910481Z    Compiling http-body v1.0.1
2026-07-09T09:30:07.0036703Z    Compiling vcpkg v0.2.15
2026-07-09T09:30:07.0291058Z    Compiling num-conv v0.2.2
2026-07-09T09:30:07.0557801Z    Compiling data-encoding v2.11.0
2026-07-09T09:30:07.0741707Z    Compiling time-core v0.1.8
2026-07-09T09:30:07.1720201Z    Compiling try-lock v0.2.5
2026-07-09T09:30:07.2438185Z    Compiling tower-service v0.3.3
2026-07-09T09:30:07.2830714Z    Compiling base64 v0.22.1
2026-07-09T09:30:07.2990729Z    Compiling zmij v1.0.21
2026-07-09T09:30:07.3311474Z    Compiling pkg-config v0.3.33
2026-07-09T09:30:07.3470756Z    Compiling mio v1.2.1
2026-07-09T09:30:07.3510305Z    Compiling socket2 v0.6.4
2026-07-09T09:30:07.3970974Z    Compiling getrandom v0.2.17
2026-07-09T09:30:07.6320900Z    Compiling rand v0.10.1
2026-07-09T09:30:07.6740702Z    Compiling uuid v1.23.2
2026-07-09T09:30:07.6983353Z    Compiling rand_core v0.6.4
2026-07-09T09:30:07.7502029Z    Compiling tinyvec_macros v0.1.1
2026-07-09T09:30:07.8530796Z    Compiling tinyvec v1.11.0
2026-07-09T09:30:07.8701084Z    Compiling want v0.3.1
2026-07-09T09:30:07.9978898Z    Compiling parking_lot v0.12.5
2026-07-09T09:30:08.0402041Z    Compiling block-buffer v0.12.0
2026-07-09T09:30:08.0997976Z    Compiling crypto-common v0.2.2
2026-07-09T09:30:08.1260592Z    Compiling sha2 v0.10.9
2026-07-09T09:30:08.2490290Z    Compiling inout v0.1.4
2026-07-09T09:30:08.3001309Z    Compiling cmake v0.1.58
2026-07-09T09:30:08.3290789Z    Compiling vergen-lib v9.1.0
2026-07-09T09:30:08.3445452Z    Compiling n0-future v0.3.2
2026-07-09T09:30:08.4030643Z    Compiling diatomic-waker v0.2.3
2026-07-09T09:30:08.4100173Z    Compiling httpdate v1.0.3
2026-07-09T09:30:08.4283626Z    Compiling cordyceps v0.3.4
2026-07-09T09:30:08.4321503Z    Compiling serde_json v1.0.150
2026-07-09T09:30:08.5784431Z    Compiling spin v0.10.0
2026-07-09T09:30:08.5947436Z    Compiling crossbeam-utils v0.8.21
2026-07-09T09:30:08.6586197Z    Compiling winnow v1.0.3
2026-07-09T09:30:08.6800964Z    Compiling parking v2.2.1
2026-07-09T09:30:08.6870450Z    Compiling signature v2.2.0
2026-07-09T09:30:08.7740323Z    Compiling cipher v0.4.4
2026-07-09T09:30:08.8574788Z    Compiling futures-buffered v0.2.13
2026-07-09T09:30:08.8726160Z    Compiling futures-lite v2.6.1
2026-07-09T09:30:08.8744910Z    Compiling ed25519 v2.2.3
2026-07-09T09:30:08.8850907Z    Compiling netlink-packet-core v0.8.1
2026-07-09T09:30:08.9024555Z    Compiling universal-hash v0.5.1
2026-07-09T09:30:08.9112296Z    Compiling vergen-lib v0.1.6
2026-07-09T09:30:08.9408840Z    Compiling vergen v9.1.0
2026-07-09T09:30:08.9483517Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-09T09:30:09.0328783Z    Compiling digest v0.11.3
2026-07-09T09:30:09.0500800Z    Compiling heapless v0.7.17
2026-07-09T09:30:09.0913317Z    Compiling noq-udp v0.10.0
2026-07-09T09:30:09.1507881Z    Compiling sync_wrapper v1.0.2
2026-07-09T09:30:09.1509655Z    Compiling byteorder v1.5.0
2026-07-09T09:30:09.2291927Z    Compiling opaque-debug v0.3.1
2026-07-09T09:30:09.2517225Z    Compiling allocator-api2 v0.2.21
2026-07-09T09:30:09.2715640Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-09T09:30:09.3264564Z    Compiling polyval v0.6.2
2026-07-09T09:30:09.3524398Z    Compiling aws-lc-sys v0.41.0
2026-07-09T09:30:09.3580927Z    Compiling ring v0.17.14
2026-07-09T09:30:09.3773739Z    Compiling libsqlite3-sys v0.30.1
2026-07-09T09:30:09.3788922Z    Compiling hash32 v0.2.1
2026-07-09T09:30:09.4134402Z    Compiling spin v0.9.8
2026-07-09T09:30:09.5901568Z    Compiling vergen-gitcl v1.0.8
2026-07-09T09:30:09.6137043Z    Compiling fallible-iterator v0.3.0
2026-07-09T09:30:09.6150331Z    Compiling ryu v1.0.23
2026-07-09T09:30:09.6710821Z    Compiling signature v3.0.0
2026-07-09T09:30:09.8045121Z    Compiling num_threads v0.1.7
2026-07-09T09:30:09.8237763Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-09T09:30:09.8420721Z    Compiling tower-layer v0.3.3
2026-07-09T09:30:09.9080176Z    Compiling time v0.3.47
2026-07-09T09:30:09.9370565Z    Compiling ghash v0.5.1
2026-07-09T09:30:09.9570761Z    Compiling sha2 v0.11.0-rc.5
2026-07-09T09:30:09.9670674Z    Compiling aes v0.8.4
2026-07-09T09:30:10.0457534Z    Compiling ctr v0.9.2
2026-07-09T09:30:10.0664804Z    Compiling fs2 v0.4.3
2026-07-09T09:30:10.0990543Z    Compiling http-body-util v0.1.3
2026-07-09T09:30:10.2544934Z    Compiling aead v0.5.2
2026-07-09T09:30:10.2876454Z    Compiling openssl-probe v0.2.1
2026-07-09T09:30:10.3190440Z    Compiling utf8parse v0.2.2
2026-07-09T09:30:10.3988515Z    Compiling arrayvec v0.7.6
2026-07-09T09:30:10.4010374Z    Compiling crossbeam-epoch v0.9.18
2026-07-09T09:30:10.4200524Z    Compiling crossbeam-channel v0.5.15
2026-07-09T09:30:10.5030739Z    Compiling blake3 v1.8.5
2026-07-09T09:30:10.5161169Z    Compiling netlink-packet-route v0.29.0
2026-07-09T09:30:10.7031727Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-09T09:30:10.7291743Z    Compiling aes-gcm v0.10.3
2026-07-09T09:30:10.7530605Z    Compiling memoffset v0.6.5
2026-07-09T09:30:10.8917313Z    Compiling acto v0.8.2
2026-07-09T09:30:10.9009899Z    Compiling noq v0.18.0
2026-07-09T09:30:10.9535790Z    Compiling netwatch v0.16.0
2026-07-09T09:30:11.0061484Z    Compiling ref-cast v1.0.25
2026-07-09T09:30:11.0221024Z    Compiling lru-slab v0.1.2
2026-07-09T09:30:11.2078910Z    Compiling foldhash v0.2.0
2026-07-09T09:30:11.2276156Z    Compiling rustc-hash v2.1.2
2026-07-09T09:30:11.2383222Z    Compiling xml-rs v0.8.28
2026-07-09T09:30:11.2470800Z    Compiling identity-hash v0.1.0
2026-07-09T09:30:11.3030723Z    Compiling sorted-index-buffer v0.2.1
2026-07-09T09:30:11.3230875Z    Compiling tagptr v0.2.0
2026-07-09T09:30:11.3486879Z    Compiling thiserror v1.0.69
2026-07-09T09:30:11.3726512Z    Compiling rustix v1.1.4
2026-07-09T09:30:11.4143637Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-09T09:30:11.4817603Z    Compiling mac-addr v0.3.0
2026-07-09T09:30:11.5060769Z    Compiling hashbrown v0.16.1
2026-07-09T09:30:11.8125987Z    Compiling netlink-packet-route v0.30.0
2026-07-09T09:30:11.8533056Z    Compiling errno v0.3.14
2026-07-09T09:30:11.9525074Z    Compiling termios v0.2.2
2026-07-09T09:30:12.0163659Z    Compiling ioctl-rs v0.1.6
2026-07-09T09:30:12.0880763Z    Compiling synstructure v0.13.2
2026-07-09T09:30:12.1410137Z    Compiling darling_core v0.20.11
2026-07-09T09:30:12.1686381Z    Compiling serde_derive_internals v0.29.1
2026-07-09T09:30:12.4471447Z    Compiling proc-macro-crate v3.5.0
2026-07-09T09:30:12.4631700Z    Compiling xmltree v0.10.3
2026-07-09T09:30:12.5470897Z    Compiling serial-core v0.4.0
2026-07-09T09:30:12.7320800Z    Compiling simple-dns v0.9.3
2026-07-09T09:30:12.7520725Z    Compiling aho-corasick v1.1.4
2026-07-09T09:30:12.7591149Z    Compiling constant_time_eq v0.4.2
2026-07-09T09:30:12.8451797Z    Compiling winnow v0.7.15
2026-07-09T09:30:12.9937508Z    Compiling sha1_smol v1.0.1
2026-07-09T09:30:13.0211381Z    Compiling linux-raw-sys v0.12.1
2026-07-09T09:30:13.0500674Z    Compiling arrayref v0.3.9
2026-07-09T09:30:13.1109517Z    Compiling signal-hook v0.3.18
2026-07-09T09:30:13.2966143Z    Compiling simdutf8 v0.1.5
2026-07-09T09:30:13.3070913Z    Compiling resolv-conf v0.7.6
2026-07-09T09:30:13.3160516Z    Compiling toml_write v0.1.2
2026-07-09T09:30:13.3213441Z    Compiling regex-syntax v0.8.10
2026-07-09T09:30:13.5230536Z    Compiling smol_str v0.1.24
2026-07-09T09:30:13.6743569Z    Compiling serial-unix v0.4.0
2026-07-09T09:30:13.7772911Z    Compiling lru v0.16.4
2026-07-09T09:30:13.9403470Z    Compiling darling_core v0.23.0
2026-07-09T09:30:13.9980667Z    Compiling signal-hook-registry v1.4.8
2026-07-09T09:30:14.1100992Z    Compiling serde_bytes v0.11.19
2026-07-09T09:30:14.3691073Z    Compiling serde_derive v1.0.228
2026-07-09T09:30:14.4096900Z    Compiling zeroize_derive v1.4.3
2026-07-09T09:30:14.4301946Z    Compiling tokio-macros v2.7.0
2026-07-09T09:30:14.4440999Z    Compiling zerofrom-derive v0.1.7
2026-07-09T09:30:15.1074662Z    Compiling zeroize v1.8.2
2026-07-09T09:30:15.3330596Z    Compiling tokio v1.52.3
2026-07-09T09:30:15.3451538Z    Compiling futures-macro v0.3.32
2026-07-09T09:30:15.8829535Z    Compiling yoke-derive v0.8.2
2026-07-09T09:30:15.9400672Z    Compiling zerovec-derive v0.11.3
2026-07-09T09:30:16.0711593Z    Compiling displaydoc v0.2.6
2026-07-09T09:30:16.1261422Z    Compiling tracing-attributes v0.1.31
2026-07-09T09:30:16.1731242Z    Compiling zerofrom v0.1.8
2026-07-09T09:30:16.3076346Z    Compiling rustls-pki-types v1.14.1
2026-07-09T09:30:16.6080865Z    Compiling futures-util v0.3.32
2026-07-09T09:30:17.0860867Z    Compiling thiserror-impl v2.0.18
2026-07-09T09:30:17.0944546Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-09T09:30:17.5235550Z    Compiling yoke v0.8.3
2026-07-09T09:30:17.6910430Z    Compiling darling_macro v0.20.11
2026-07-09T09:30:17.7419387Z    Compiling zerovec v0.11.6
2026-07-09T09:30:17.7692904Z    Compiling zerotrie v0.2.4
2026-07-09T09:30:17.9630511Z    Compiling derive_more-impl v2.1.1
2026-07-09T09:30:18.1232019Z    Compiling spez v0.1.2
2026-07-09T09:30:18.2090756Z    Compiling darling v0.20.11
2026-07-09T09:30:18.2202590Z    Compiling n0-error-macros v0.1.3
2026-07-09T09:30:18.3013113Z    Compiling derive_builder_core v0.20.2
2026-07-09T09:30:18.6180692Z    Compiling tinystr v0.8.3
2026-07-09T09:30:18.6710588Z    Compiling potential_utf v0.1.5
2026-07-09T09:30:18.8710502Z    Compiling icu_locale_core v2.2.0
2026-07-09T09:30:18.8871290Z    Compiling icu_collections v2.2.0
2026-07-09T09:30:19.0203451Z    Compiling der v0.8.0-rc.10
2026-07-09T09:30:19.3171043Z    Compiling pin-project-internal v1.1.13
2026-07-09T09:30:19.4950698Z    Compiling n0-error v0.1.3
2026-07-09T09:30:19.8370334Z    Compiling cobs v0.3.0
2026-07-09T09:30:19.8760260Z    Compiling derive_builder_macro v0.20.2
2026-07-09T09:30:19.9410795Z    Compiling postcard-derive v0.2.2
2026-07-09T09:30:20.0690708Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-09T09:30:20.2551463Z    Compiling icu_provider v2.2.0
2026-07-09T09:30:20.6140692Z    Compiling ipnet v2.12.0
2026-07-09T09:30:20.6270968Z    Compiling derive_builder v0.20.2
2026-07-09T09:30:20.7490728Z    Compiling icu_normalizer v2.2.0
2026-07-09T09:30:20.7793419Z    Compiling icu_properties v2.2.0
2026-07-09T09:30:20.9446304Z    Compiling spki v0.8.0-rc.4
2026-07-09T09:30:21.0584577Z    Compiling pin-project v1.1.13
2026-07-09T09:30:21.0804428Z    Compiling prefix-trie v0.8.4
2026-07-09T09:30:21.1126302Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-09T09:30:21.1720925Z    Compiling ed25519-dalek v2.2.0
2026-07-09T09:30:21.3621113Z    Compiling futures-executor v0.3.32
2026-07-09T09:30:21.5409481Z    Compiling once_cell v1.21.4
2026-07-09T09:30:21.5534170Z    Compiling spt-proto v0.30.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-09T09:30:21.5847054Z    Compiling futures v0.3.32
2026-07-09T09:30:21.6476016Z    Compiling ed25519 v3.0.0-rc.4
2026-07-09T09:30:21.7881654Z    Compiling tracing-core v0.1.36
2026-07-09T09:30:21.8689154Z    Compiling data-encoding-macro v0.1.20
2026-07-09T09:30:21.9481849Z    Compiling tokio-util v0.7.18
2026-07-09T09:30:22.0890746Z    Compiling netlink-sys v0.8.8
2026-07-09T09:30:22.2211513Z    Compiling hashbrown v0.14.5
2026-07-09T09:30:22.2680225Z    Compiling tower v0.5.3
2026-07-09T09:30:22.4490626Z    Compiling tracing v0.1.44
2026-07-09T09:30:22.6165477Z    Compiling idna_adapter v1.2.2
2026-07-09T09:30:22.7541329Z    Compiling idna v1.1.0
2026-07-09T09:30:22.8900958Z    Compiling postcard v1.1.3
2026-07-09T09:30:22.9063995Z    Compiling rustls-native-certs v0.8.4
2026-07-09T09:30:23.0399347Z    Compiling strum_macros v0.28.0
2026-07-09T09:30:23.1321696Z    Compiling h2 v0.4.14
2026-07-09T09:30:23.1411165Z    Compiling hashlink v0.9.1
2026-07-09T09:30:23.1490463Z    Compiling num_enum_derive v0.7.6
2026-07-09T09:30:23.1860737Z    Compiling async-trait v0.1.89
2026-07-09T09:30:23.3430370Z    Compiling derive_more v2.1.1
2026-07-09T09:30:23.4530763Z    Compiling url v2.5.8
2026-07-09T09:30:23.5160595Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-09T09:30:23.5261061Z    Compiling iroh-metrics-derive v0.4.1
2026-07-09T09:30:23.5450768Z    Compiling enum-assoc v1.3.0
2026-07-09T09:30:23.6470930Z    Compiling rusqlite v0.32.1
2026-07-09T09:30:23.6663064Z    Compiling n0-watcher v0.6.1
2026-07-09T09:30:23.9420567Z    Compiling iroh-relay v0.98.0
2026-07-09T09:30:23.9810950Z    Compiling tokio-stream v0.1.18
2026-07-09T09:30:24.0141337Z    Compiling netlink-proto v0.12.0
2026-07-09T09:30:24.0510699Z    Compiling iroh-metrics v0.38.3
2026-07-09T09:30:24.0929160Z    Compiling netdev v0.42.0
2026-07-09T09:30:24.2751947Z    Compiling moka v0.12.15
2026-07-09T09:30:24.2990420Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-09T09:30:24.4033146Z    Compiling iroh-base v0.98.0
2026-07-09T09:30:24.4861115Z    Compiling tower-http v0.6.11
2026-07-09T09:30:24.4926813Z    Compiling attohttpc v0.30.1
2026-07-09T09:30:24.5470375Z    Compiling num_enum v0.7.6
2026-07-09T09:30:24.5611235Z    Compiling serde_spanned v0.6.9
2026-07-09T09:30:24.6985141Z    Compiling toml_datetime v0.6.11
2026-07-09T09:30:24.7941083Z    Compiling thiserror-impl v1.0.69
2026-07-09T09:30:24.8347671Z    Compiling ref-cast-impl v1.0.25
2026-07-09T09:30:25.1411157Z    Compiling toml_edit v0.22.27
2026-07-09T09:30:25.3701380Z    Compiling spt-store v0.30.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-09T09:30:25.5481645Z    Compiling webpki-roots v1.0.7
2026-07-09T09:30:25.6190757Z    Compiling regex-automata v0.4.14
2026-07-09T09:30:25.6660812Z    Compiling schemars_derive v1.2.1
2026-07-09T09:30:25.7101064Z    Compiling seize v0.5.1
2026-07-09T09:30:26.1700725Z    Compiling hmac v0.12.1
2026-07-09T09:30:26.1971055Z    Compiling iroh v0.98.2
2026-07-09T09:30:26.2460820Z    Compiling strum v0.28.0
2026-07-09T09:30:26.2910582Z    Compiling cmov v0.5.4
2026-07-09T09:30:26.3284480Z    Compiling pin-utils v0.1.0
2026-07-09T09:30:26.3740500Z    Compiling iroh-dns v0.98.0
2026-07-09T09:30:26.3990390Z    Compiling bitflags v1.3.2
2026-07-09T09:30:26.4120526Z    Compiling dyn-clone v1.0.20
2026-07-09T09:30:26.5000778Z    Compiling rustix v0.38.44
2026-07-09T09:30:26.5439844Z    Compiling ctutils v0.4.2
2026-07-09T09:30:26.5841068Z    Compiling nix v0.25.1
2026-07-09T09:30:26.6710847Z    Compiling hkdf v0.12.4
2026-07-09T09:30:26.7982476Z    Compiling papaya v0.2.4
2026-07-09T09:30:26.8250332Z    Compiling filedescriptor v0.8.3
2026-07-09T09:30:26.8376369Z    Compiling backon v1.6.0
2026-07-09T09:30:26.9130778Z    Compiling darling_macro v0.23.0
2026-07-09T09:30:27.0784612Z    Compiling serial v0.4.0
2026-07-09T09:30:27.1167156Z    Compiling anstyle-parse v1.0.0
2026-07-09T09:30:27.1441223Z    Compiling vte_generate_state_changes v0.1.2
2026-07-09T09:30:27.1727909Z    Compiling shell-words v1.1.1
2026-07-09T09:30:27.2110797Z    Compiling colorchoice v1.0.5
2026-07-09T09:30:27.3240918Z    Compiling anstyle-query v1.1.5
2026-07-09T09:30:27.3501272Z    Compiling is_terminal_polyfill v1.70.2
2026-07-09T09:30:27.3589890Z    Compiling downcast-rs v1.2.1
2026-07-09T09:30:27.3690236Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-09T09:30:27.4244721Z    Compiling anstyle v1.0.14
2026-07-09T09:30:27.4521016Z    Compiling linux-raw-sys v0.4.15
2026-07-09T09:30:27.4720756Z    Compiling foldhash v0.1.5
2026-07-09T09:30:27.5360948Z    Compiling instability v0.3.12
2026-07-09T09:30:27.5460586Z    Compiling vte v0.13.1
2026-07-09T09:30:27.5590504Z    Compiling darling v0.23.0
2026-07-09T09:30:27.6590783Z    Compiling hashbrown v0.15.5
2026-07-09T09:30:27.7050685Z    Compiling anstream v1.0.0
2026-07-09T09:30:27.7600817Z    Compiling signal-hook-mio v0.2.5
2026-07-09T09:30:27.7888597Z    Compiling spake2 v0.4.0
2026-07-09T09:30:27.8603728Z    Compiling terminal_size v0.4.4
2026-07-09T09:30:28.0480940Z    Compiling strum_macros v0.26.4
2026-07-09T09:30:28.2574502Z    Compiling toml v0.8.23
2026-07-09T09:30:28.2680927Z    Compiling schemars v1.2.1
2026-07-09T09:30:28.2960484Z    Compiling itertools v0.13.0
2026-07-09T09:30:28.7040684Z    Compiling sha1 v0.10.6
2026-07-09T09:30:28.9563812Z    Compiling regex v1.12.3
2026-07-09T09:30:29.0271109Z    Compiling castaway v0.2.4
2026-07-09T09:30:29.1290509Z    Compiling unicode-width v0.1.14
2026-07-09T09:30:29.4240786Z    Compiling spt-msg v0.30.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-09T09:30:29.4370485Z    Compiling indoc v2.0.7
2026-07-09T09:30:29.6160718Z    Compiling doctest-file v1.1.1
2026-07-09T09:30:29.8439494Z    Compiling spt-runtime v0.30.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-09T09:30:29.9731300Z    Compiling hyper v1.10.1
2026-07-09T09:30:30.3943823Z    Compiling static_assertions v1.1.0
2026-07-09T09:30:30.4160978Z    Compiling clap_lex v1.1.0
2026-07-09T09:30:30.4693671Z    Compiling compact_str v0.8.2
2026-07-09T09:30:30.6301138Z    Compiling unicode-truncate v1.1.0
2026-07-09T09:30:30.6907982Z    Compiling clap_builder v4.6.0
2026-07-09T09:30:30.7813059Z    Compiling interprocess v2.4.2
2026-07-09T09:30:30.9658488Z    Compiling strum v0.26.3
2026-07-09T09:30:31.1540963Z    Compiling crossterm v0.28.1
2026-07-09T09:30:31.2050314Z    Compiling lru v0.12.5
2026-07-09T09:30:31.3980448Z    Compiling portable-pty v0.8.1
2026-07-09T09:30:31.4220323Z    Compiling clap_derive v4.6.1
2026-07-09T09:30:31.6461323Z    Compiling iana-time-zone v0.1.65
2026-07-09T09:30:31.7260757Z    Compiling unicode-width v0.2.0
2026-07-09T09:30:31.8350712Z    Compiling cassowary v0.3.0
2026-07-09T09:30:32.1001496Z    Compiling spt-term v0.30.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-09T09:30:32.2010965Z    Compiling hyper-util v0.1.20
2026-07-09T09:30:32.2155124Z    Compiling chrono v0.4.45
2026-07-09T09:30:32.4360623Z    Compiling ratatui v0.29.0
2026-07-09T09:30:32.7190804Z    Compiling nucleo-matcher v0.3.1
2026-07-09T09:30:32.8212560Z    Compiling qrcode v0.14.1
2026-07-09T09:30:32.9140867Z    Compiling tempfile v3.27.0
2026-07-09T09:30:33.8627692Z    Compiling spt-live v0.30.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-09T09:30:34.2430847Z    Compiling clap v4.6.1
2026-07-09T09:30:34.5352609Z    Compiling igd-next v0.17.1
2026-07-09T09:30:35.8151276Z    Compiling portmapper v0.16.0
2026-07-09T09:30:42.4483790Z    Compiling rustls-webpki v0.103.13
2026-07-09T09:30:45.1865599Z    Compiling tokio-rustls v0.26.4
2026-07-09T09:30:45.1866299Z    Compiling noq-proto v0.17.0
2026-07-09T09:30:45.1866801Z    Compiling rustls-platform-verifier v0.7.0
2026-07-09T09:30:45.3387374Z    Compiling hyper-rustls v0.27.9
2026-07-09T09:30:45.3388036Z    Compiling hickory-net v0.26.0-beta.4
2026-07-09T09:30:45.3388441Z    Compiling tokio-websockets v0.13.2
2026-07-09T09:30:45.4888365Z    Compiling reqwest v0.13.4
2026-07-09T09:30:46.5433262Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-09T09:31:02.6617851Z    Compiling spt-net v0.30.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-09T09:31:04.2802162Z    Compiling spt-daemon v0.30.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-09T09:31:13.4243125Z    Compiling spt v0.30.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-09T09:31:18.7399131Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s
2026-07-09T09:31:18.7621665Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-74aaf9215df840d7)
2026-07-09T09:31:18.7635026Z 
2026-07-09T09:31:18.7635203Z running 1 test
2026-07-09T09:31:24.9628166Z test new_brain_serves_against_old_broker ... ok
2026-07-09T09:31:24.9628524Z 
2026-07-09T09:31:24.9628795Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.20s
2026-07-09T09:31:24.9629348Z 
